翻訳と辞書
Words near each other
・ Texas–Texas Tech football rivalry
・ Texas–U.S.S.R. Musicians' Exchange
・ Texbond Open
・ Texcaltitlán
・ Texcalyacac
・ TexCare
・ Texcatepec
・ Texcoco
・ Texcoco (altepetl)
・ Texcoco, State of Mexico
・ Texcotzingo
・ Texe Marrs
・ Texeira
・ Texel
・ Texel (disambiguation)
Texel (graphics)
・ Texel Disaster
・ Texel Group
・ Texel International Airport
・ Texel sheep
・ Texelgruppe Nature Park
・ Texella cokendolpheri
・ Texella reddelli
・ Texella reyesi
・ Texelspitze
・ Texenna
・ Texenna District
・ Texephyr
・ Texet Sales
・ Texhnolyze


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Texel (graphics) : ウィキペディア英語版
Texel (graphics)

A texel, texture element, or texture pixel is the fundamental unit of texture space,〔Andrew Glassner, ''An Introduction to Ray Tracing'', San Francisco: Morgan–Kaufmann, 1989〕 used in computer graphics. Textures are represented by arrays of texels, just as pictures are represented by arrays of pixels.
Texels can also be described by image regions that are obtained through a simple procedure such as thresholding. Voronoi tesselation can be used to define their spatial relationships. This means that a division is made at the half-way point between the centroid of each texel and the centroids of every surrounding texel for the entire texture. The result is that each texel centroid will have a Voronoi polygon surrounding it. This polygon region consists of all points that are closer to its texel centroid than any other centroid.〔Linda G. Shapiro and George C. Stockman, ''Computer Vision'', Upper Saddle River: Prentice–Hall, 2001〕
==Rendering texels==

When texturing a 3D surface or surfaces (a process known as texture mapping), the renderer maps texels to appropriate pixels in the output picture. On modern computers, this operation is accomplished on the graphics processing unit.
The texturing process starts with a location in space. The location can be in world space, but typically it is in Model space so that the texture moves with the model. A projector function is applied to the location to change the location from a three-element vector to a two-element vector with values ranging from zero to one (uv).〔Tomas Akenine-Moller, Eric Haines, and Naty Hoffman, ''Real-Time Rendering'', Wellesley: A K Peters, 2008〕 These values are multiplied by the resolution of the texture to obtain the location of the texel. When a texel is requested that is not on an integer position, texture filtering is applied.
When a texel is requested that is outside of the texture, one of two techniques is used: clamping or wrapping. Clamping limits the texel to the texture size, moving it to the nearest edge if it is more than the texture size. Wrapping moves the texel in increments of the texture's size to bring it back into the texture. Wrapping causes a texture to be repeated; clamping causes it to be in one spot only.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Texel (graphics)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.